.title_1{
    font-size: 30px;color: #393939;
    border-bottom:none;
}
.title_2{
    font-size: 35px;width: 30px;display: inline-block
}
.title_3{
    font-size: 30px;font-weight: 600;color:#005197
}
.title_4{
    color:#393939;font-size: 16px;
}
.product_title{
    color:#ffffff;font-size: 16px;
}
@media screen and (max-width:768px){
    .title_1{
        font-size: 16px;color: #393939;border-bottom:none;font-weight: 600;
    }
    .title_2{
    font-size: 16px;width: 16px;display: inline-block
    }
    .title_3{
    font-size: 16px;font-weight: 600;color:#005197
    }
    .title_4{
    color:#393939;font-size: 14px;
    }
    .products a{
        font-size: 14px;
    }
    .product_title{
    color:#ffffff;font-size: 14px;
   }
   .series{
    font-size: 14px;;
   }
}
.tou{
    width: 100%;
    color: #969594;
    font-size: 12px;
    height: auto;
    padding-top: 15px;;
}
.header{
    background-color: #005197;
}
.dao:hover{
    background-color: #003c70;
    display: block !important;
}
.dao div{
   padding: 0px 40px 0px 40px;
}
.dao div div{
    width: 200px;
    margin-left: -70px;
    background-color: #e9eaeb;
}
.dao a{
    color: #ffffff;
    height: 56px;
    line-height: 56px;
    text-align: center;
    text-decoration: none;
}
.second_header{
    display: none !important;
}
.dao:hover .second_header{
   display: flex !important;
   z-index: 200;
}
.carousel2 {
    position: relative;
    text-align: center;
    height: 300px;
    overflow: hidden;
    z-index: 30;
}
.carousel2:hover .arrow i:nth-child(1) {
    left: 15px;
    opacity: 1;
}
.carousel2:hover .arrow i:nth-child(2) {
    right: 15px;
    opacity: 1;
}
.carousel2 .panels:hover {
    cursor: pointer;
}
.carousel2 .panels .active {
    z-index: 10;
}
.carousel2 .panels :nth-child(1) {
    background-color: aqua;
}
.carousel2 .panels :nth-child(2) {
    background-color: burlywood;
}
.carousel2 .panels :nth-child(3) {
    background-color: pink;
}
.carousel2 .panels :nth-child(4) {
    background-color: lightblue;
}
.carousel2 .panels .panels-item {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}
.carousel2 .arrow i {
    position: absolute;
    cursor: pointer;
    top: 50%;
    width: 36px;
    height: 36px;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: rgba(31, 45, 61, 0.1);
    opacity: 0;
    transition: 0.3s;
    z-index: 30;
}
.carousel2 .arrow i:hover {
    background-color: rgba(31, 45, 61, 0.2);
}
.carousel2 .arrow .left-arrow {
    left: -20px;
}
.carousel2 .arrow .right-arrow {
    right: -20px;
}
.carousel2 .poins {
    position: absolute;
    margin: 0;
    padding: 0;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}
.carousel2 .poins li {
    display: inline-block;
    list-style: none;
    cursor: pointer;
    padding: 5px;
    z-index: 99;
}
.carousel2 .poins li button {
    opacity: 0.5;
    cursor: pointer;
    width: 30px;
    height: 3px;
    border: 0;
    outline: none;
    background-color: white;
    transition: 0.3s;
}
.carousel2 .poins li.active button {
    opacity: 1;
}
.news_one{
    line-height: 1;
    font-size: 22px;
    color: #393939;
    /*padding: 0 38px 17px 41px;*/
    background: url(/static/assets/images/news_default.png) no-repeat 0px 0%;
    position: relative;
    /*margin-right: 8px;*/
    cursor: pointer;
}
.on {
    background: url(/static/assets/images/news.png) no-repeat 0px 0%;
    font-weight: 600;
    color: #005197;
    height: 40px;
    width: 30px;
    display: inline-block;
    border-bottom: 3px solid #005197;
}
.question{
    background: url(/static/assets/images/question.png) no-repeat 0px 0%;
    font-weight: 600;
    height: 40px;
    width: 30px;
    display: inline-block;

}
.message h3{
    font-size: 20px;
    color: #393939;
    line-height: 32px;
    padding-bottom: 7px;
    padding-left: 20px;
}
.news_default h3{
    color: #000000;
    font-weight: 200;
    border-bottom: none;
    font-size: 22px;
}
.news{
    color: #005197;
    font-size: 20px;
    font-weight: 600;
    color: #005197;
    border-bottom: 3px solid #005197;
}
.news_title{
    font-size: 16px;
    color: #393939;
    padding-right: 0px;
    text-overflow: ellipsis;
    overflow: hidden;

    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
.news_date{
    font-size: 16px;
    color: #393939;
    text-overflow: ellipsis;
    overflow: hidden;

}
.display_none{
    display: none;
}
#container h3{
    padding-left: 36px;
    background: url(/static/assets/images/ask.png) no-repeat 0 44%;
    font-weight: 600;
    font-size: 16px;
    color: #070707;
    line-height: 23px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#container dd{
    padding-left: 36px;
    background: url(/static/assets/images/response.png) no-repeat 0 44%;
    line-height: 18px;
    color: #393939;
    margin-top: 13px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#list-wrapper dd{
    margin-bottom: 20px;
}
#container {
    height: 380px;
    overflow: hidden;
}
#list-wrapper{
    position: relative;
    top:0;
}
/*#content {*/
/*    position: relative;*/
/*    top: 0;*/
/*    animation: scroll 10s linear infinite;*/
/*}*/

/*#content:hover {*/
/*    animation-play-state: paused;*/
/*}*/

@keyframes scroll {
    0% { top: 0; }
    100% { top: -200px; }
}
.footer{
    font-weight: 600;
    color:#ffffff;
}
.footer_second{
    color: #ffffff;
}
.footer_second a{
    color: #ffffff;
	font-size: 14px;
}
.footer_second a:hover{
    color: #ffffff;
}
.position .pb-3 a{
    color:#000000
}
.about_news{
    background: #005197;
    padding: 10px 20px;
    position: relative;
    color: #ffffff;
    font-size: 20px;
}
.left_title{
    font-size: 14px;
    color: #000000;
    line-height: 45px;
    margin-left: 10px;
}
.product a{
	font-size: 14px;
    text-align: center;
}
.product p{
    text-align: center;
 }

.product img:hover{
    transform: scale(1.1);
    transition:all 0.2s ease-in-out;
}
.pagination li{
    display:inline-block;
    padding: 0px 7px;
    border:1px solid #000000;
}
.pagination .active{
    background-color: #005197;
    color: #ffffff;
}
.pagination a{
    color: #000000;
}
.category a{
    color: #000000;
}
.news_more{
    margin-top: 15px;
    display: inline-block;
    width: 130px;
    line-height: 33px;
    text-align: center;
    color: #000;
    font-size: 14px;
    color: #666666;
    border: 1px solid #e1e1e1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.news_more a{
    color:#666666
}
.news_list:hover .news_more{
    color: #fff;
    background-color: #005197;
}
.news_list{
    border: 1px solid #e1e1e1;
    padding: 30px;
    background: #fff;
    margin-bottom: 35px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.news_list:hover{
    box-shadow: 2px 2px #cbcbcb;
}
.news_list div h3{
    padding-bottom: 15px;
    font-size: 18px;
    color: #565656;
    font-weight: normal;
    margin: 0;
}
.news_list:hover div h3{
    color:#005197
}
.info{
    font-size: 14px;
    line-height: 2;
    color: #999999;
}
.title{
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 15px;
    position: relative;
}
.content{
    text-align: left;
}
.recommend{
   font-size: 18px;
    border-bottom: 1px solid #005197;
 }
.recommend_news a{
    color: #000000;
}
.recommend_news ul li{
    list-style-type: none;
}
.video{
    height: 45px;
    border-radius: 45px;
}
.video a{
    color: #333333;
    display:block;
    height: 45px;
    border-radius: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0px 15px;
}
.video a:hover{
    color: #ffffff;
}
.video:hover{
    background-color: #005197;
}
.category{
	border: 1px solid #d2d2d2;
    padding: 10px 0px;
    font-size: 14px;
    margin-bottom: 10px;
}
.mulu{
	height: 35px;
    line-height: 35px;
    padding-left: 20px;
}
.mulu span img{
	width: 20px;
    height: 20px;
    margin-right: 10px;
}
.footer a{
	font-weight: 600;
    color: #ffffff;
}
.pl-2 a{
	color: #ffffff;
}